github.com/refraction-networking/utls.cipherSuite.flags (field)
15 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L144: flags int
common.go#L1416: if c.flags&suiteECDHE != 0 {
common.go#L1419: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
common.go#L1493: if c.flags&suiteECDHE == 0 {
common.go#L1496: if c.flags&suiteECSign != 0 {
common.go#L1505: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
handshake_client.go#L115: if maxVersion < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
handshake_server.go#L430: if c.flags&suiteECDHE != 0 {
handshake_server.go#L434: if c.flags&suiteECSign != 0 {
handshake_server.go#L444: if hs.c.vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
prf.go#L96: if suite.flags&suiteSHA384 != 0 {
u_handshake_client.go#L237: if maxVersion < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
u_parrots.go#L3186: isObsolete: ((suite.flags & suiteTLS12) == 0),
u_public.go#L523: flags: cs.Flags,
u_public.go#L541: Flags: cs.flags,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |